The stream or file -var-www-html-storage-logs-laravel.log could not be opened in append mode: failed to open stream: Permission denied

61

storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied -

$ chmod -R 775 storage bootstrap/cache

The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied -

sudo chmod o+w ./storage/ -R

Comments

Submit
0 Comments